home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
raytrace
/
pov
/
gen
/
form04a
/
shapes
/
blobhead.frm
< prev
next >
Wrap
Text File
|
1993-06-02
|
442b
|
14 lines
// this is a sort of blobby head on top of a twist of toroids
// it used to show a problem with nested object headers
// see the last but two lines
l = torus 0.14 , 0.7;
// use a box for speed , a torus for prettyness
//l = box <0.5 , 0.1 , 0.5>;
stem = l stack 20 in 10 twist 360 , 0.5 grow 0.7;
s = sphere stack 10 in 3 twist 360 , 0.3 bend 30 grow 0.3;
head = s fan 10 , 90;
// m = [ stem ];
// [ m ], head;
stem , head;
end